home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / chadyn.exe / YC.H < prev    next >
C/C++ Source or Header  |  1988-12-09  |  384b  |  19 lines

  1. /**************************** YC.H ******************************************/
  2. #define MS
  3. #if unix
  4. #undef MS
  5. #define UNIX
  6. #endif
  7.  
  8. #ifdef MS    /* MS-DOS */
  9. #undef X11
  10. #endif
  11.  
  12. /* Define X11 if your computer has a version 11 X Window system. */
  13.  
  14. #ifndef MAINFRAME
  15. #ifndef MS
  16. #define X11
  17. #endif
  18. #endif